Amazon Products Scraper — Prices, ASIN, Ratings & Data
Pricing
$4.90 / 1,000 products
Amazon Products Scraper — Prices, ASIN, Ratings & Data
Scrape Amazon product search by keyword or category. Returns ASIN, title, price, brand, rating, review count, sponsored flag, image, and canonical URL. Structural parse via data-asin/data-component-type — resilient to layout changes.
Pricing
$4.90 / 1,000 products
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
Amazon Products Scraper — Prices, ASIN, Ratings | from $2/1K
Scrape Amazon product search results by keyword or category. Returns structured product data including ASIN, title, price, brand, rating, review count, sponsored flag, availability, image, and canonical URL. Ideal for price monitoring, competitor research, catalog enrichment, and market analysis.
Use cases
- Price monitoring — track competitor prices across categories daily
- Product research — find top-ranking ASINs for a niche before launching a listing
- Catalog enrichment — enrich your product database with live Amazon data
- Market analysis — analyse which products dominate search for a keyword
- Sponsored vs. organic — split sponsored placements from organic search results
What you get
| Field | Description |
|---|---|
asin | Amazon Standard Identification Number (e.g. B0BS1PRC4L) |
title | Full product title |
brand | Brand name (when available) |
url | Canonical product URL (amazon.com/dp/ASIN) |
price | Numeric price (USD/GBP/EUR) |
price_text | Price as displayed (e.g. $38.00) |
price_currency | Currency code |
rating | Star rating (1.0–5.0) |
review_count | Number of customer reviews |
is_sponsored | true for paid/sponsored placements |
is_prime_eligible | Prime eligibility (null if session not logged in) |
availability | in_stock / Only X left in stock / null |
image_url | Product image CDN URL |
position | Search result position (1-based) |
page_number | Which page of results |
parse_confidence | 0.0–1.0 structural parse quality score |
How to use
- Enter a search query (e.g.
wireless headphones,standing desk). - Optionally restrict to a category (e.g.
electronics,computers,home-garden). - Set maxItems (default 50; Amazon shows ~24–30 per page, up to ~400 total per query).
- Configure Apify Residential proxy (US) — required for reliable access.
Sample output
{"asin": "B0BS1PRC4L","title": "Sony WH-CH520 Wireless Headphones Bluetooth On-Ear Headset with Microphone","brand": null,"url": "https://www.amazon.com/dp/B0BS1PRC4L","price": 38.0,"price_text": "$38.00","price_currency": "USD","rating": 4.5,"review_count": 32667,"is_sponsored": false,"is_prime_eligible": null,"availability": "in_stock","image_url": "https://m.media-amazon.com/images/I/...","position": 3,"page_number": 1,"parse_confidence": 1.0,"scraped_at": "2026-06-08T12:00:00+00:00"}
Pricing
Pay per product — you are only charged for records actually returned.
Technical notes
- Parsed via structural XPath on
data-asin/data-component-type="s-search-result"— no CSS class selectors. Class names rotate with Amazon deployments; structural attributes do not. - Prime eligibility requires a logged-in Prime session and is not present in anonymous search HTML — returned as
null(unknown), notfalse. - Uses Apify Residential US proxy for reliable access from cloud.